vendor/golang.org/x/text/unicode/norm.input.hangul (method)
7 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L219: if rune := src.hangul(i); rune != 0 {
composition.go#L235: if rune := src.hangul(i); rune != 0 {
input.go#L92: func (in *input) hangul(p int) (r rune) {
iter.go#L167: } else if i.rb.src.hangul(next) == 0 {
iter.go#L174: return i.buf[:decomposeHangul(i.buf[:], i.rb.src.hangul(p))]
iter.go#L292: } else if r := i.rb.src.hangul(i.p); r != 0 {
iter.go#L299: } else if i.rb.src.hangul(i.p) != 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |